Use the GetXmlAttributeValue activity

Note: Use caution when building or editing a workflow. For further advice or to arrange training, contact your professional services consultant.

The GetXmlAttributeValue activity can be used to return the XML (Extensible Markup Language) value for an XML attribute (for example: received in a response object from a REST Service).

The GetXmlAttributeValue activity is located in the XML/Json section of the Tribal Toolbox.

Note: The minimum requirements for the GetXmlAttributeValue activity are SourceObject, FieldName and AttributeName.

This activity contains the following relevant properties.

Section This field Holds this information...
Inputs AttributeName The name of the attribute return.
FieldName The field name of the attribute.
SourceObject The input source object.
Misc DisplayName

The title of the activity.

Note: The DisplayName property is set to GetXmlAttributeValue by default.

Outputs OutputValue The XML value.

GetXmlAttributeValue activity properties

Clicking the ellipsis button adjacent to the relevant field opens the Expression Editor, where you can enter the relevant code in the Visual Basic (VB) format.

Back to top